home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_GraphView / Examples / Logger / Logger.h < prev    next >
Encoding:
Text File  |  1992-05-13  |  252 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. @interface Logger:Object
  6. {
  7.     id    thePlotView;
  8.     id theTextView;
  9.     id theText;
  10.     id connected;
  11.     id autoX;
  12.     id autoY;
  13.  
  14. }
  15. - appDidInit:sender;
  16. - plot:sender;
  17. - clear:sender;
  18. @end
  19.